projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67c9bf
)
(outline-discard-overlays): Missing paren.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 23 Nov 2000 00:41:42 +0000
(
00:41
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 23 Nov 2000 00:41:42 +0000
(
00:41
+0000)
lisp/textmodes/outline.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/outline.el
b/lisp/textmodes/outline.el
index ed6f09864ac4ae10b949901e8efbf190a219c7a3..e34ab7e154d9375c853eadef7b10e5da85060831 100644
(file)
--- a/
lisp/textmodes/outline.el
+++ b/
lisp/textmodes/outline.el
@@
-426,7
+426,7
@@
If FLAG is nil then text is shown, while if FLAG is t the text is hidden."
(move-overlay o (overlay-start o) beg))
(if (> (overlay-end o) end)
(move-overlay o end (overlay-end o))
- (delete-overlay o)))))))
)
+ (delete-overlay o)))))))
;; Make a copy of overlay O, with the same beginning, end and properties.
(defun outline-copy-overlay (o)